Skip to content

Update docs and code examples for 0.2 #17

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 5 commits into from
May 12, 2015
Merged

Conversation

jmikola
Copy link
Member

@jmikola jmikola commented May 12, 2015

No description provided.

$zips = file($file, FILE_IGNORE_NEW_LINES);


$batch = new MongoDB\WriteBatch(true);
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I removed this because it doesn't seem at all relevant to PHPLIB. I believe this was one of the earlier code examples from the driver's documentation, although I can't seem to find it.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ah, it appears to be from docs/data.md.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The original plan was to have consistent dataset for all examples, queries and output, in the docs.

jmikola added a commit that referenced this pull request May 12, 2015
Update docs and code examples for 0.2
@jmikola jmikola merged commit a887e0e into mongodb:master May 12, 2015
@jmikola jmikola deleted the 0.2-docs branch May 12, 2015 22:32
GromNaN added a commit to GromNaN/mongo-php-library that referenced this pull request Sep 9, 2024
* Add $all and $elemMatch query operator tests

* Accept a single Query operator in $elemMatch

* Remove variadic argument for $elemMatch operator to prevent ambiquity
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants